UseCPUsInParallel Property (C1DataCollection<T>)
In This Topic
Gets or sets whether the operations will be performed using CPU's in parallel.
Syntax
'Declaration
Public Property UseCPUsInParallel As Boolean
public bool UseCPUsInParallel {get; set;}
See Also